@charset "utf-8";
/*通用代码*/
*{margin:0px; padding:0px; box-sizing:border-box;}
body{font-size:15px; color:#333; min-width:1400px; font-family:hs_r;}
img{margin:0px; padding:0px; border-width:0;}
dl,dt,dd,ol,ul,li,from,input,select,span,p,div{margin:0px; padding:0px; list-style:none;}
a{color:#333; text-decoration:none; font-size:15px;}
a:hover{color:#faa105; cursor:pointer;}
em ,i{font-style:normal;}
input,button,select,textarea{outline:none}
.en{text-transform:uppercase; font-family:arial;}
li,p,i,b,em,dt,dd,td,a,ul,td,input,textarea,span{box-sizing:border-box;}
.fl{float:left;}
.fr{float:right;}
.clear{clear:both;}


/*宽度*/
.w1400{margin:0 auto; width:1400px;}
.page{margin:0 auto; width:1400px; overflow:hidden;}
.bg{width:100%; min-width:1400px; position:relative;}

/*距离*/
.top10{ margin-top:10px;}
.top20{ margin-top:20px;}
.top30{ margin-top:30px;}
.top40{ margin-top:40px;}
.top50{ margin-top:50px;}
.top60{ margin-top:60px;}
.top70{ margin-top:70px;}
.top80{ margin-top:80px;}
.top90{ margin-top:90px;}
.top100{ margin-top:100px;}

/*标题*/
.bt{font-family: "yuwei"; font-size:60px; text-align: center; color: #faa105;font-weight: normal; letter-spacing: -1px;}
.bt p{ display:block; margin-top:15px; font-size:18px; color:#666;  letter-spacing: 0px; font-family: hs_r; }
.nybt{font-size:42px; text-align: center; color: #282828;  font-weight: bold;}
.nybt b{ color:#faa105; }
.nybt p{ display:block; margin-top:15px; font-size:18px; color:#666; font-weight: normal; }

/*字体&图标*/
@font-face{font-family:hs_r;src:url(https://114my.cn.114.114my.net/hxp/fonts/HarmonyOS_Sans_SC_Regular.ttf)}

@font-face {
font-family:din;
src:url(//cdn.dg.114my.cn/font/DIN-Medium/DIN-Medium.ttf),
     url(//cdn.dg.114my.cn/font/DIN-Medium/DIN-Medium.eot),
     url(//cdn.dg.114my.cn/font/DIN-Medium/DIN-Medium.otf),
     url(//cdn.dg.114my.cn/font/DIN-Medium/DIN-Medium.woff),
     url(//cdn.dg.114my.cn/font/DIN-Medium/DIN-Medium.woff2);
}

@font-face {
font-family: "yuwei";
src: url("//memberpic.114my.com.cn/zszhenwei/cssnew/yuwei.woff2.txt") format("woff2"),
       url("//memberpic.114my.com.cn/zszhenwei/cssnew/yuwei.woff.txt") format("woff"),
       url("//memberpic.114my.com.cn/zszhenwei/cssnew/yuwei.ttf.txt") format("truetype"),
       url("//memberpic.114my.com.cn/zszhenwei/cssnew/yuwei.eot.txt") format("embedded-opentype"),
       url("//memberpic.114my.com.cn/zszhenwei/cssnew/yuwei.svg.txt") format("svg");
}



@font-face {
  font-family: 'iconfont'; 
  src: url('//at.alicdn.com/t/c/font_4663458_8wfkdbi5vq8.woff2?t=1724635931951') format('woff2'),
       url('//at.alicdn.com/t/c/font_4663458_8wfkdbi5vq8.woff?t=1724635931951') format('woff'),
       url('//at.alicdn.com/t/c/font_4663458_8wfkdbi5vq8.ttf?t=1724635931951') format('truetype');
}
.iconfont{font-family:"iconfont" !important; font-style:normal; -webkit-font-smoothing:antialiased; -webkit-text-stroke-width:0.2px; -moz-osx-font-smoothing:grayscale;}




/*抬头*/
.headbg{display:flex; flex-direction:row; justify-content:space-between; width:100%; min-width:1400px; max-width:1920px; padding:0 3%; box-sizing:border-box; position:fixed; left:50%; top:0; transform:translateX(-50%); z-index:1;     height: 110px;  border-bottom: 1px solid rgb(255 255 255 / 10%);}
.headbg .fl{display:flex; flex-direction:row;}
.head_logo{margin-top:25px; margin-right:12px;}
.slogan{margin-top:25px;}
.slogan em{font-size:28px; color:#fff; font-weight:bold; line-height: 40px;}
.slogan p{font-size:18px;color:#fff; }
.headbg .fr{display:flex; width:65.8%; flex-direction:row; justify-content:space-between;}
.head_nav{width:76.2%;}
.head_nav>ul {display:flex; width:100%; height:100%; flex-direction:row; justify-content:space-between;}
.head_nav>ul>li{position:relative;}
.head_nav>ul>li a{display:block; height:100%; font-size:17px;  color:#fff; box-sizing:border-box;  line-height: 100px;}
.head_nav>ul>li.cur >a,.head_nav>ul>li:hover >a{color:#ffcc00; /*font-weight:bold;*/}

.search{height:max-content; margin:40px 18px 0 30px; position:relative;}
.search i{font-size:23px; line-height:22px; color:#fff; cursor:pointer;}
.search_box{padding-top:40px; position:absolute; right:0; top:20px; z-index:3; transform:translateX(26%); visibility:hidden;}
.search_cont{width:595px; padding:34px; box-shadow:0 0 13px rgba(0,0,0,.1); background:rgba(255,255,255,0.98); transform:rotateX(90deg); transform-origin:top; transition:all 0.5s;}
.search_Rec,.search_Rec a{font-size:14px; line-height:14px; color:#666;}
.search_Rec a:hover{color:#faa105; text-decoration:underline;}
.search_frame{width:100%; margin-top:20px;}
.search_frame form{display:flex; border:1px solid #ddd;}
.search_frame #infoname,.search_frame #infoseek{color:#999; background-color:transparent; border:none;}
.search_frame #infoname{width:95%; padding-left:14px; font-size:14px; line-height:43px;}
.search_frame #infoseek{padding:5px 8px; font-size:33px; line-height:33px; cursor:pointer;}
.search:hover .search_box{visibility:visible;}
.search:hover .search_cont{transform:rotateX(0);}
.head_tel{margin-top:36px; color:#fff; white-space:nowrap;}
.head_tel i{font-size:24px; line-height:24px; -webkit-text-stroke-width:0;}
.head_tel em{font-family:Arial; font-size:28px; line-height:28px; font-weight:bold;   color:#fff;}
@media(max-width:1400px){
.headbg{padding:0 2%;}
}
@media(max-width:1500px){
.headbg{padding:0 1.5% 25px 1%;}
.headbg .fr{width:63%;}
.search{margin:49px 9px 0 15px;}
}

/*离顶*/
.leave{box-shadow:0 0 13px rgba(0,0,0,.1); background-color:#fff; z-index:999;/* backdrop-filter:blur(5px); background:rgba(255,255,255,0.6);*/}
.leave .slogan p{color:#444;}
.leave .head_nav>ul>li>a,.leave .slogan em{color:#333;}
.leave .head_nav>ul>li>a:after{content:""; display:block; width:100%; height:3px; position:absolute; bottom:0px; left:0; background-size:0 100%; background-position:right bottom; background-repeat:no-repeat; background-image:linear-gradient(to right, #faa105, #faa105); transition:background-size 0.5s;}
.leave .head_nav>ul>li:hover >a,.leave .head_nav>ul>li.head_cur >a{color:#faa105;}
.leave .head_nav>ul>li:hover a:after,.leave .head_nav>ul>li.head_cur a:after{background-size:100% 100%; background-position:left bottom;}
.leave .search i,.leave .head_tel i{color:#333;}
.leave .head_tel em{color:#faa105;}

/*内页抬头*/
.nyheadbg {  background: #fff !important; backdrop-filter: none !important;}
.nyheadbg .slogan p{color:#666;}
.nyheadbg .head_nav>ul>li>a,.nyheadbg .slogan em{color:#333;}
.nyheadbg .head_nav>ul>li>a:after{content:""; display:block; width:100%; height:3px; position:absolute; bottom:0px; left:0; background-size:0 100%; background-position:right bottom; background-repeat:no-repeat; background-image:linear-gradient(to right, #faa105, #faa105); transition:background-size 0.5s;}
.nyheadbg .head_nav>ul>li:hover >a,.nyheadbg .head_nav>ul>li.head_cur >a{color:#faa105;}
.nyheadbg .head_nav>ul>li:hover a:after,.nyheadbg .head_nav>ul>li.head_cur a:after{background-size:100% 100%; background-position:left bottom;}
.nyheadbg .search i,.nyheadbg .head_tel i{color:#333;}
.nyheadbg .head_tel em{color:#faa105;}


/*下拉*/
.head_nav>ul>li > em{position:absolute; right:-50px; top:100px; z-index:99; display:none; width:180px}
.head_nav>ul>li > em >a{display:block; text-align:center; background:#fff; box-sizing:border-box; font-size:16px; line-height:60px; color:#333; text-decoration:none; transition:0.8s; height: 60px;  padding-top: 0;}
.head_nav>ul>li > em a:hover{background:#faa105; color:#fff;}
.head_nav>ul>li > em a+a { border-top: 1px solid #eee;}


/*banner*/
.banner{ overflow: hidden; background:#000; }
.banner-box{ min-width:1400px; height:930px; position:relative; margin:0 auto; }
.banner-box .bd{ width:100% !important; }
.banner-box .bd li{ width:100% !important; height:930px; background-position: center; background-repeat: no-repeat; }
.banner-box .bd li a{ display:block; background-size:auto; }
.banner-btn { width: 100%; position: absolute; top: -1px; left: -1px; margin-left: 0; height: 930px; overflow: hidden; }
.banner-btn a{ display:block; width:49px; height:104px; position:absolute; top:320px; filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0; transition:0.3s all ease-in-out}
.banner-btn a.prev{ left:-50px; background:url(//memberpic.114my.com.cn/zszhenwei/uploadfile/image/20240826/20240826095118_50508586.png) no-repeat 0 0; } 
.banner-btn a.next{ right:-50px; background:url(//memberpic.114my.com.cn/zszhenwei/uploadfile/image/20240826/20240826095118_50508586.png) no-repeat -49px 0; }
.banner-box .hd { position:absolute; bottom:60px; width: 100%; display: block; }
.banner-box .hd ul { width: 1250px; margin: 0 auto; text-align: center; }
.banner-box .hd ul li{ width:20px; height:20px; border-radius:20px; text-indent:-9999px; background:#fff; cursor:pointer; display:inline-block; margin:0 5px; transition:0.3s all ease-in-out; text-align: center; position: relative; z-index: 11; }
.banner-box .hd ul li.on{ background:#faa105 !important; width: 32px; }
.banner-box:hover .banner-btn a.prev{ left:20px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner-box:hover .banner-btn a.next{ right: 20px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner-box .banner-btn a.prev:hover,.banner-box:hover .banner-btn a.next:hover{ filter:alpha(opacity=80); -moz-opacity:.8; -khtml-opacity:.8; opacity:.8; }


/*about*/
.adoutbg{ padding: 70px 0;}
.adout_cont{float:left;}
.adout_tit em{display:inline-block; margin-bottom:8px; padding-right:33px; padding-bottom:5px; font-size:40px; line-height:40px; color:#333; }
.adout_tit em font{color:#faa105; font-weight:bold;}
.adout_tit em span{font-family:Arial; font-size:14px; line-height:14px; color:#777; text-transform:uppercase; vertical-align:top;}
.adout_tit p{font-size:18px; line-height:18px; color:#666;}
.adout_tit p i{display:inline-block; margin-right:6px; font-size:22px; line-height:22px; color:#c8c8c8;}
.adout_txt{width:610px; margin-top:30px; font-size:16px; line-height:28px; color:#666;}
.adout_button{margin-top:23px;}
.adout_button a{float:left; display:flex; flex-direction:row; align-items:flex-start;}
.adout_button a+a{margin-left:72px;}
.adout_button a i{font-size:40px; line-height:30px; color:#faa105;}
.adout_button a em{display:block; margin-left:8px; font-size:22px; line-height:22px; color:#444; font-weight:bold;}
.adout_button a em p{margin-top:8px; font-family:Arial; font-size:12px; line-height:10px; color:#999; font-weight:normal;}
.adout_video{float:right; display:block; width:719px; height:439px; border-radius:30px; border:10px solid #fff; box-sizing:border-box; overflow:hidden; background:#000; cursor:pointer; position:relative; box-shadow:0px 0px 30px 0px rgba(0,0,0,0.08); -webkit-box-shadow:0px 0px 30px 0px rgba(0,0,0,0.08); -moz-box-shadow:0px 0px 30px 0px rgba(0,0,0,0.08);}
.adout_txt a.com_btn{display: inline-block;font-size: 16px;color: #10110f;margin: 20px 0;}
.adout_txt a.com_btn>span{font-size: 16px;color: #666;display: inline-block;margin-left: 9px;}
.adout_txt a.com_btn:hover,.adout_txt a.com_btn:hover span{color: #faa105;}



/*产品*/
.pro_list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  background-color: #202021;
  padding-bottom: 50%;
}
.pro_list:after {
  display: none;
}
.pro_list .pro_w {
  position: absolute;
  overflow: hidden;
  background-color: #f1f1f1;
  z-index: 1;
  width: 50%;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
}
.pro_list .pro_w .pic {height: 100%;
  -webkit-transition: all 600ms ease 0s;
  transition: all 600ms ease 0s;}
.pro_list .pro_w .pic img {    height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 100%;
     object-position: 50% 100%;
}
.pro_list .pro_w .txt {
  position: absolute;
  max-height: 80%;
}

.pro_list .pro_w.i1 {
  left: 0;
  top: 0;
  height: 100%;
}
.pro_list .pro_w.i1 .pic {
  -webkit-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
}
.pro_list .pro_w.i1 .txt {
  right: 15%;
  top: 8%; text-align: left;
    width: 55%;  font-family:"Microsoft YaHei";}

.pro_list .pro_w.i1 .txt b{font-size: 2.8rem; color: #fec52d;   letter-spacing: 1px;}
.pro_list .pro_w.i1 .txt p {font-size: 1rem;  color: #dddddd;margin-right: 0.5rem; line-height: 2rem;}

.pro_list .pro_w.i2 {
  right: 0;
  top: 0;
  height: 50%;
}
.pro_list .pro_w.i2 .pic {height: 100%;
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;}
.pro_list .pro_w.i2 .txt {  width: 580px; left: 10%;
    top: 10%;
    bottom: 10%;
    font-family: "Microsoft YaHei";  z-index: 11;}
.pro_list .pro_w.i2 .txt b{font-size: 2.8rem; color: #fec52d;   letter-spacing: 1px;  }
.pro_list .pro_w.i2 .txt p,.pro_list .pro_w.i3 .txt p{font-size: 1rem;  color: #f1edeb;margin-right: 0.5rem; line-height: 2rem;     font-family: hs_r;}


.pro_list .pro_w.i2:after,.pro_list .pro_w.i3:after  {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: skewx( 
0deg);
    top: 0px;
    background: url(//memberpic.114my.com.cn/zszhenwei/uploadfile/image/20240824/20240824210909_1967490227.png) no-repeat ;
}

.pro_list .pro_w.i3 {
  right: 0;
  bottom: 0;
  height: 50%;
}
.pro_list .pro_w.i3 .pic {height: 100%;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}
.pro_list .pro_w.i3 .txt {
    width: 580px; left: 10%;
    top: 10%;
    bottom: 10%;
    font-family: "Microsoft YaHei";  z-index: 11;
}
.pro_list .pro_w.i3 .txt b{font-size: 2.8rem; color: #fec52d;   letter-spacing: 1px;}


@media screen and (min-width: 1025px) {
  .pro_list .pro_w:hover .pic {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    opacity: .95;
  }
}
@media screen and (max-width: 768px) {
  .pro_list {
    padding-bottom: 0;
  }
  .pro_list .pro_w {
    width: 100%;
    position: relative;
    padding-bottom: 46.35416667%;
  }
  .pro_list .pro_w:nth-child(1n+2) {
    border-top: #aaaaaa solid 1px;
  }
  .pro_list .pro_w.i1 .txt {
    padding: 0;
    top: 10%;
    bottom: 10%;
    right: 7.8125%;
  }

  .pro_list .pro_w.i1 .txt p {
    margin-right: 0.3rem;
    font-size: 14px;
    display: none;
  }
  .pro_list .pro_w.i1 .txt p:nth-of-type(1) {
    margin-right: 0.5rem;
  }
}





/*产品切换*/
.pro_bg{ padding: 80px 0; /*background-color: #f5f5f5;*/}

.products{ margin:0 auto; width:1400px; margin-top:30px;}
.products .swiper { width:100%; height:650px;}
.swiper-button-next:after, .swiper-button-prev:after{ display:none;}
.swiper-pagination-bullet {width:15px !important; height:15px !important; outline:none;}
.swiper-pagination-bullet-active{ background:#faa105 !important;}

.products .swiper-slide li {padding-left: 0 !important; display: block; float: left;  margin-bottom: 20px;     width: 24.1%; border: 1px solid #f5f5f5; }
.products .swiper-slide li+li { margin-left: 1%;}
.products .swiper-slide li a{display: block; width: 100%; height: auto; overflow: hidden; position: relative; }
.products .swiper-slide li a img{ }

.products .swiper-slide li span a{display:block;width:100%;height:60px;line-height:60px;font-size:18px;color:#333;   position: relative;z-index:22;     text-align: center; background: #fff; transition: all linear 0.7s;-moz-transition: all linear 0.5s;-ms-transition: all linear 0.5s;-webkit-transition: all linear 0.7s;}
.products .swiper-slide li:nth-child(5){    margin-left: 0%;}
.products .swiper-slide li img{ transition: all linear 0.7s;-moz-transition: all linear 0.5s;-ms-transition: all linear 0.5s;-webkit-transition: all linear 0.7s; width: 100%;height: 230px;}
.products .swiper-slide li:hover img{ -webkit-transform: scale(1.12, 1.12);transform: scale(1.12, 1.12);}
.products .swiper-slide li:hover span a{ color:#fff; background:#faa105;  }

.products .swiper-slide li br {display: none;}
.products .swiper-slide li span a span { font-size: 0px;}



/*adv*/
.power_bg{  background: #f3f3f3;  padding-top: 70px;}

.power li{float: left; width:19.8%; height:714px; color: #fff;  transition:0.3s all ease;  position: relative; overflow: hidden; cursor: pointer;}
.power li+li{margin-left: 0.1%; }
.power li.on{width:40%;}
.power li:nth-child(1){background:url(//memberpic.114my.com.cn/zszhenwei/uploadfile/image/20240824/20240824212438_1956711824.jpg)no-repeat center;}
.power li:nth-child(2){background:url(//memberpic.114my.com.cn/zszhenwei/uploadfile/image/20240824/20240824212327_2074550586.jpg)no-repeat center left;}
.power li:nth-child(3){background:url(//memberpic.114my.com.cn/zszhenwei/uploadfile/image/20240826/20240826090533_1621021144.jpg)no-repeat center;}
.power li:nth-child(4){background:url(//memberpic.114my.com.cn/zszhenwei/uploadfile/image/20240824/20240824213005_328597004.jpg)no-repeat center ;}

.power_w{ width: 100%; height: 100%; background:rgba(0,0, 0, 0.4); text-align: center; padding-top:200px;}
.power_w p{font-size: 30px; font-weight: bold; line-height: 50px;}
.power_w p i{font-size: 50px; font-weight: normal; color: #fff; display: block;     padding-bottom: 20px;}
.power_w dd{font-size: 24px; font-weight: bold; font-family: "Tw Cen MT";  }
.power_w dd:before{content:""; display:block;  width: 1px; height: 146px; background:rgba(255,255,255,0.4);  margin:70px auto; }
.power li.on .power_w{opacity: 0;}
.power_ww{ height: 190px; width: 100%; padding:10px 40px; background: #faa105; position: absolute; bottom:0; transition:0.5s all linear; margin:auto; left:0; right:0; overflow: hidden;  opacity: 0; bottom:-50px; }
.power li.on .power_ww{  opacity: 1; bottom:0;}
.power_ww p{font-size: 30px; border-bottom:1px dotted rgba(255,255,255,0.2); font-weight: bold; line-height:60px; margin-bottom:20px; }
.power_ww p:after{font-size: 30px;  font-family: "Tw Cen MT"; display: block; float: right; opacity: 0.5; }
.power li:nth-child(1) .power_ww p:after{content:"01";}
.power li:nth-child(2) .power_ww p:after{content:"02";}
.power li:nth-child(3) .power_ww p:after{content:"03";}
.power li:nth-child(4) .power_ww p:after{content:"04";}
.power_ww span{ font-size: 15px;  line-height: 25px; }
.power {margin-top: 40px;}
.font_en { opacity: 0.6;}



/*新闻*/
.new_tl>b{display:block;color:#e9e9e9;font-size:52px;}
.new_tl>b span{color:#faa105;}
.new_tl>p{font-weight:700;font-size:30px;}
.new_tl>p em{display:inline-block;margin-left:20px;width:100px;height:1px;background:#e6e6e6;}

.new_tc a {font-size:16px; color: #666;
    line-height: 3.4375rem;
    transition: all 0.3s;
    position: relative;
    left: -2.1875rem; display: inline-block; float: right;top: -50px;}

.new_tc a font{font-size:16px; padding-left: 10px;  color: #666;}
.new_tc:hover a{}

.new_tc a:hover { color: #faa105;}

.news_row2{ margin-top:55px;}
.news{width: 1400px;height: 610px; margin: 0 auto;}

.news_row2 .news_r2_in:first-child{margin-left: 0;}
.news_r2_in{width:32%;height: 480px;float: left;margin-left:2%;}
.news_row2 .news_r2_in img{width: 100%;height: 280px;transition: 0.3s all ease;transform: scale(1); border-radius:1vw 1vw 0 0;}
.news_row2 .news_r2_in:hover img{transform: scale(1.05);}
.news_r2_in3{width:32%;height: 480px;float: left;margin-left:2%;}
.news_r2_in2{background: url(//memberpic.114my.com.cn/zszhenwei/uploadfile/image/20240826/20240826092110_1876212854.jpg);  border-radius:1vw}
.news_r2_in p{padding:37px; background:rgba(241, 223, 222, 0.2); transition: 0.3s all ease;position: relative;overflow:hidden; border-radius:0 0 1vw 1vw;}
.news_r2_in p:after{content: '';display: block;background: #faa105;background: -moz-linear-gradient(45deg, #faa105 0%, #f09900 100%);background: -webkit-linear-gradient(45deg, #faa105 0%,#f09900 100%);background: linear-gradient(45deg, #faa105 0%,#f09900 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faa105', endColorstr='#f09900',GradientType=1 );width: 100%;height: 100%;position: absolute;left: 0;top: -100%;opacity:0;transition:.3s all ease;}
.news_r2_in:hover p:after{opacity: 1;top: 0;}
.news_r2_in p *{position:relative;z-index: 3;transition: 0.3s all ease;}
.news_r2_in p strong{font-size:18px; font-weight:bold; line-height: 30px;display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;clear: both;padding: 15px 0 0; color: #1a1a1a;}
.news_r2_in p .small{font-size:15px;color:#777;line-height: 25px;padding: 10px 0 0;display: block;font-weight: lighter;}
.news_r2_in p .cate{display: block;float: left;color: #faa105; font-weight:bold; line-height: 20px; display:none;}
/*.news_r2_in p .date{float: right;}*/
.news_r2_in p .date em{color:#999;font-style: normal;font-size: 13px;line-height: 20px;float: left;}
.news_r2_in p .date:after{content:'';clear:both;display:block;}
.news_r2_in:hover p strong{color: #fff}
.news_r2_in:hover p .small{color: #fff;opacity: 0.6}
.news_r2_in:hover p .date em{color:#fff;opacity: 0.4}
.news_r2_in:hover p .cate{color:#fff;opacity: 0.4}
.news_r2_in b{display: block;width: 100%;height: 280px;overflow: hidden;position: relative;  border-radius:1vw 1vw 0 0;}
.news_r2_in b:before{background: url(//memberpic.114my.com.cn/zszhenwei/uploadfile/image/20240826/20240826095507_1956459130.png) no-repeat center;width: 50px;height: 50px;content: '';display: block;position: absolute;top: 50%;left:50%;z-index: 3;margin-left: -25px;margin-top: -25px;transform: scaleY(0);opacity: 0;transition:0.3s all ease}
.news_r2_in:hover b:before{opacity: 1;transform: scaleY(1);}
.news_r2_in2{position: relative;}
.news_r2_in2 p{ background:none !important;}
.news_r2_in2:hover p:after{ background:none !important; }
.news_r2_in2 p:after{ background:none !important;}
.news_r2_in2:before{content: '查看详情';display: block;width:80px; color: #fff; height:16px;position: absolute;background:url(//memberpic.114my.com.cn/zszhenwei/uploadfile/image/20240826/20240826095313_1914265504.png) right 2.5px no-repeat; bottom:40px; left:40px;}

.news_r2_in2 p .date em{ color:#fff;}
.news_r2_in2 p strong{ color:#fff;}
.news_r2_in2 p .small{ color:#fff;}


.news_r2_in:hover b:after{opacity: 1}
.news_r2_i3_item{display: block;width: 100%;margin-top:46px;position: relative;}
.news_r2_i3_item:before{content: '查看详情';display: block;width:80px; color: #faa105; height:14px;position: absolute;background:url(//memberpic.114my.com.cn/zszhenwei/uploadfile/image/20240826/20240826095313_593609390.png) right 2.5px no-repeat;left: 215px;bottom:10px;}
.news_r2_i3_item:hover:before{-webkit-filter: grayscale(0%);filter: grayscale(0%);}
.news_r2_i3_item img{width: 192px;display: block;height: 129px; border-radius: 1vw;}
.news_r2_i3_item:after{display: block;content: '';clear: both;}
.news_r2_i3_item:first-child{margin-top: 0;}
.news_r2_i3_item p{font-size:15px;line-height: 23px;color:#999;display: block;height: 90px;overflow: hidden;padding: 0px 0px 0 25px;}
.news_r2_i3_item i{width: 192px;float: left;height: 129px;display: block;position: relative;}
.news_r2_i3_item i:after{content: '';display: block;width: 100%;height: 100%;background: rgba(250,161,5,0.45);position: absolute;top: 0;left: 0;opacity:0;transition: 0.3s all ease; border-radius: 1vw;}
.news_r2_i3_item:hover i:after{opacity: 1}
.news_r2_i3_item i:before{background: url(//memberpic.114my.com.cn/zszhenwei/uploadfile/image/20240826/20240826095507_1956459130.png) no-repeat center;width: 50px;height: 50px;content: '';display: block;position: absolute;top: 50%;left:50%;z-index: 3;margin-left: -25px;margin-top: -25px;transform: scaleY(0);opacity: 0;transition:0.3s all ease}
.news_r2_i3_item:hover i:before{opacity: 1;transform: scaleY(1);}
.news_r2_i3_item:hover p strong{color: #faa105}
.news_r2_i3_item p strong{display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;font-size: 18px; color:#000;line-height: 25px;padding: 10px 0 10px; font-weight: normal;}


/*footer*/
.footer{
	width:100%;
	height:960px;
	overflow:hidden;
	background:url(//memberpic.114my.com.cn/zszhenwei/uploadfile/image/20240824/20240824155849_344864515.jpg) no-repeat top center;
	background-size:cover;
	position:relative;
}
.footernr{
	padding-top:74px;
	}
.footernr .tit h3 a{color:#fff;    font-size: 50px; position: relative; z-index: 11;}
.footernr .tit h3:before{
	content:"";
	width:26px;
	height:26px;
	border:solid 5px #faa105;
	border-radius:50%;
	position:absolute;
	left: 280px;
    top: 94px
	z-index:-1;}
.footernr .tit h3:after{
	content:"";
	width:16px;
	height:16px;
	background:rgba(255,255,255,0);
	border-radius:50%;
	position:absolute;
	left: 185px;
    top: 5px;
	z-index:-1;
}
.footernr .tit p{width:100%;overflow:hidden;font-size:30px;font-family:din; color:#999;     text-transform: uppercase; text-transform: uppercase;
    font-weight: bold;}

.footer_Tel{
	width:46%;
	overflow:hidden;
	margin-top:10px;
	}
.footer_Tel dl{
	width:45%;
	overflow:hidden;
	margin-right:10%;
	float:left;
	margin-top:57px;
	}
.footer_Tel dl:nth-child(2n){
	margin-right:0;
	}
.footer_Tel dl dt,.footer_Tel dl dd{
	width:100%;
	overflow:hidden;
	font-weight:normal;
	}
.footer_Tel dl dt{
	font-size:20px;
	color:#fff;
	line-height:30px;
	
	}
.footer_Tel dl dt i{font-size:26px; color:#f8f8f8; padding:0 10px;     vertical-align: revert;}

.footer_Tel dl dd{
	font-size:16px;
	color:rgba(255,255,255,0.8);
	line-height:30px;
	border-top:solid 1px rgba(255,255,255,0.1);
	margin-top:5px;
	padding-top:11px;
	}
.footer_Tel dl dd a{
	font-size:18px;
	color:rgba(255,255,255,0.3);
}

.footer_Tel dl:nth-child(5){ width: 70%; margin-right: 0%;}
.footer_Tel dl dd p {float: left;
    width: 120px;
    text-align: center;
    line-height: 40px;
    font-size: 15px;
    font-weight: lighter;}
.footer_Tel dl dd p img{width: 120px; padding: 4px; background: #fff;}
.footer_Tel dl dd p+p{ margin-left: 15px;}
.Copyrightbg{width:100%;
	height:130px;
	overflow:hidden;
	background:url(//memberpic.114my.com.cn/zszhenwei/uploadfile/image/20240824/20240824153439_447131241.png) no-repeat top center;
	background-size:cover;
	position:absolute;
	left:0;
	bottom:0;}
.Copyright{padding-top:90px;}
.Copyright,.Copyright a{font-size:15px; line-height:15px; color:rgba(255,255,255,.8);}
.Copyright a:hover{color:#fff; text-decoration:underline;}

/*友情链接*/
.links{float:right; width:170px; margin-top:-16px; padding-left:15px; line-height:38px; color:#fff; border:1px solid rgba(255,255,255,.4); position:relative; background:url(//memberpic.114my.com.cn/zszhenwei/uploadfile/image/20240824/20240824161013_1890320716.png) 140px center no-repeat;}
.links_cont{height:0; position:absolute; bottom:41px; left:-1px; visibility:hidden; background:#fff; overflow-y:auto;}
.links:hover .links_cont{height:auto; max-height:200px; visibility:visible; transition:0.5s all ease-in-out;}
.linkTagcs{}
.linkTagcs li{float:none; width:100%;}
.linkTagcs li a{display:block !important; text-align:center; font-size:16px; line-height:50px; color:#555 !important; text-decoration:none; transition:0.5s all ease-in-out;}
.linkTagcs li a:hover{color:#fff !important; background-color:rgba(0,0,0,.8);}



/*右侧浮动*/
.y-kefu-box { position: fixed; right: 0; top: 20%; z-index: 9999; font-size: 13px;}
.y-kefu-box a{ text-decoration:none;}
.y-kefu-box img { display: block; width: 100%; height: auto; }
.y-kefu-box01 .icon { display: block; background: url(//memberpic.114my.com.cn/zszhenwei/uploadfile/image/20240826/20240826142306_94106042.png) no-repeat; margin: 0 auto 6px;}
.y-kefu-box01 { width: 54px; color: #666; text-align: center; }
.y-kefu-box01 .kf-close-btn { width: 27px; height: 27px; background-position: -5px -115px; position: relative; cursor: pointer;}
.y-kefu-box01 .kf-close-btn:before { content: ''; display: block; width: 1px; height: 12px; position: absolute; bottom: -12px; left: 13px; z-index: 1;  background-color: #f49b00; }/*颜色更改*/
.y-kefu-box01 .show-status>a, .y-kefu-box01 .show-status>div { display: block; width: 52px; padding: 8px 0 12px; background-color: #fff; border-left: solid 1px #efefef; border-top: solid 1px #efefef; border-right: solid 1px #efefef; position: relative;}
.y-kefu-box01 .show-status { position: relative; }
.y-kefu-box01 .show-status .kf-zixun { background-color: #f49b00; border-color: #f49b00; color: #fff; margin: 10px 0 7px;}/*颜色更改*/
.y-kefu-box01 .kf-zixun { border-radius: 2px; }
.y-kefu-box01 .kf-zixun i { width: 21px; height: 22px; background-position: -5px -5px; }
.y-kefu-box01 .kf-mobile { border-top-left-radius: 2px; border-top-right-radius: 2px; }
.y-kefu-box01 .kf-mobile>i { width: 18px; height: 18px; background-position: -5px -32px; }
.y-kefu-box01 .kf-mobile:hover>i { background-position: -30px -32px; }
.y-kefu-box01 .kf-weChat>i { width: 22px; height: 22px; background-position: -5px -75px; }
.y-kefu-box01 .kf-weChat:hover>i {background-position: -30px -75px; }
.y-kefu-box01 .kf-email { border-bottom-left-radius: 2px; border-bottom-right-radius: 2px; }
.y-kefu-box01 .kf-email>i { width: 18px; height: 14px; background-position: -5px -80px; }
.y-kefu-box01 .kf-email:hover>i { background-position: -30px -80px; }
.y-kefu-box01 .back-top i { width: 13px; height: 11px; background-position: -5px -98px; }
.y-kefu-box01 .back-top:hover i { background-position: -30px -98px; }
.y-kefu-box01 .kf-email, .y-kefu-box01 .back-top  { border-bottom: solid 1px #efefef;}
.y-kefu-box01 .back-top { margin-top: 20px; border-radius: 2px; left: 55px;}
.y-kefu-box01 .hver:hover { background-color: #f49b00; border-color: #f49b00;}/*颜色更改*/
.y-kefu-box01 .hver:hover>p { color: #fff; }
.y-kefu-box01 .mobile-infos, .y-kefu-box01 .y-ewm-box, .y-kefu-box01 .y-email-infos { background-color: #fff; border: solid 1px #efefef; position: absolute; right: 90px; z-index: 2; border-radius: 2px; display: none;} 
/*电话*/
.y-kefu-box01 .mobile-infos { width: 260px; text-align: left; top: 0;}
.y-kefu-box01 .mobile-infos>div { padding: 20px 0 20px 45px; position: relative; }
.y-kefu-box01 .mobile-infos>div i { width: 15px; height: 15px; background-position: -52px -32px; position: absolute; top: 22px; left: 20px; z-index: 2; }
.y-kefu-box01 .mobile-infos .online1 { border-bottom: solid 1px #efefef; }
.y-kefu-box01 .mobile-infos span { color:#b9b9b9; }
.y-kefu-box01 .mobile-infos p { color: #f49b00; font-size: 18px; }/*颜色更改*/
.right { width: 12px; height: 12px; position: absolute; right: -12px; top: 24px;}
.right-arrow1,.right-arrow2 { width: 0; height: 0; display: block; position: absolute; left: 0; top: 0; border-top: 6px transparent dashed; border-right: 6px transparent dashed; border-bottom: 6px transparent dashed; border-left: 6px white solid; overflow: hidden;}
.right-arrow1 { left: 1px; border-left: 6px #efefef solid;}
.right-arrow2 { border-left: 6px white solid;}
/*二维码*/
.y-kefu-box01 .y-ewm-box { width: 151px; height: 178px; top: -60px;}
.y-kefu-box01 .y-ewm-box>div { width: 151px; height: 178px; }
.y-kefu-box01 .y-ewm-box img { width: 130px; height: 130px; margin: 10px auto 10px; }
.y-kefu-box01 .y-ewm-box .y-ewm-img1 { width: 150px; border-right: solid 1px #efefef; }
.y-kefu-box01 .y-ewm-box .right { top: 84px; }
/*邮箱*/
.y-kefu-box01 .y-email-infos { padding: 28px 20px 28px 45px; color:#b9b9b9; text-align: left; bottom: 0; }
.y-kefu-box01 .y-email-infos p { color: #f49b00; font-size: 16px; }/*颜色更改*/
.y-kefu-box01 .y-email-infos>i { width: 18px; height: 13px; background-position: -52px -80px; position: absolute; left: 15px; top: 30px; }
.y-kefu-box01 .y-email-infos .right { top: 55px; }
.y-kefu-box01 .hide-status { width: 54px; height: 65px; background-color:#f49b00;position: absolute; top: 37px; left: 55px; z-index: 9;}/*关闭后颜色*/
.y-kefu-box01 .hide-status .kf-zixun { padding: 10px 0 7px; color: #fff; cursor: pointer; }